home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13597 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How to remove cursor ?
  5. Date: 8 Apr 1996 21:16 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <8APR199621163803@erich.triumf.ca>
  9. References: <1996Apr9.102838@gamma.ntu.ac.sg>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <1996Apr9.102838@gamma.ntu.ac.sg>, sc7237890@gamma.ntu.ac.sg writes...
  14. >Hi...can't find any FAQs...so forgive me for asking this...
  15. >How can I remove the blinking cursor ?
  16. >I'm working on a text-based program and I need to remove the annoying
  17. >cursor at times. And yes...how to bring it back when needed ?
  18.  
  19. This is highly system-specific - I don't think you can turn the cursor off on a
  20. VT-100 terminal, and there isn't one on a KSR-33 teletype...
  21.  
  22. Just making a wild guess that you may be using MS-DOS, Borland provides a
  23. _setcursortype() function (in conio.h) that will turn the cursor off and on.  
  24. Microsoft likely provides an equivalent function, but often uses different
  25. names than Borland for the MS-DOS-specific functions.
  26.  
  27. Study your library references.
  28.  
  29. >Please reply through email.
  30.  
  31. If you ask a question in a newsgroup you should be prepared to read the group
  32. for replies. (but I generally do a followup-and-reply anyway...)
  33.  
  34. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  35. Internet: bennett@triumf.ca         | of one another only when one can be
  36. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  37. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  38. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  39. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  40.  
  41.